Action hook 'network_admin_edit_{$action}'

in WP Core File wp-admin/network/edit.php at line 38

Description

Fires the requested handler action. The dynamic portion of the hook name, `$action`, refers to the name of the requested action derived from the `GET` request.

Occurrences

Filename Line Number
wp-admin/network/edit.php 38

PHP Doc

/**
 * Fires the requested handler action.
 *
 * The dynamic portion of the hook name, `$action`, refers to the name
 * of the requested action derived from the `GET` request.
 *
 * @since 3.1.0
 */